WrapType Enumeration
Represents how text is displayed around a frame or graphic object.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration WrapType
| Left | 0 |
Text wraps around the left side of the shape.
|
| Right | 1 |
Text wraps around the right side of the shape.
|
| Parallel | 2 |
Text wraps around both sides of the shape.
|
| Dynamic | 3 |
Text may wrap around both sides of the shape.
|
| RunThrough | 4 |
Text runs through the shape.
|
| Biggest | 5 |
Text may wrap around the shape where the difference to the left or right page or column border is largest.
|
| NoWrap | 6 |
No text wraps.
|
| None | 7 |
None.
|